Hard code UA string's Windows version as 10.0
Categories
(Core :: Networking: HTTP, task, P2)
Tracking
()
People
(Reporter: emk, Assigned: emk)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(2 files)
+++ This bug was initially created as a clone of Bug #1841215 +++
Firefox 115 is the last version to support Windows versions < 10.0 (bug 1594270). Firefox already caps the UA string's Windows version at 10.0 to avoid webcompat breakage from sites not expecting Windows versions > 10.0 (bug 1693295).
Since the UA string's Windows version will no longer be < 10.0 or > 10.0, we can now hard code the UA string's Windows version as 10.0.
Assignee | ||
Comment 1•2 years ago
|
||
Firefox 115 is the last version to support Windows versions < 10.0 (bug
1594270). Firefox already caps the UA string's Windows version at 10.0
to avoid webcompat breakage from sites not expecting Windows versions >
10.0 (bug 1693295).
Since the UA string's Windows version will no longer be < 10.0 or >
10.0, we can now hard code the UA string's Windows version as 10.0.
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fbbdeef57f82
https://hg.mozilla.org/mozilla-central/rev/b71c7923c19c
Description
•